Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Fetch best practices #19018

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

add Fetch best practices #19018

wants to merge 1 commit into from

Conversation

taroface
Copy link
Contributor

Copy link

netlify bot commented Oct 16, 2024

Deploy Preview for cockroachdb-interactivetutorials-docs canceled.

Name Link
🔨 Latest commit 219998e
🔍 Latest deploy log https://app.netlify.com/sites/cockroachdb-interactivetutorials-docs/deploys/670ff6226bdaf500089ab595

Copy link

netlify bot commented Oct 16, 2024

Deploy Preview for cockroachdb-api-docs canceled.

Name Link
🔨 Latest commit 219998e
🔍 Latest deploy log https://app.netlify.com/sites/cockroachdb-api-docs/deploys/670ff622bc02000008e3c564

Copy link

netlify bot commented Oct 16, 2024

Netlify Preview

Name Link
🔨 Latest commit 219998e
🔍 Latest deploy log https://app.netlify.com/sites/cockroachdb-docs/deploys/670ff622b2c76d000826ad5a
😎 Deploy Preview https://deploy-preview-19018--cockroachdb-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -82,6 +82,8 @@ Complete the following items before using MOLT Fetch:

- When using [`IMPORT INTO`](#data-movement) to load tables into CockroachDB, if the fetch task terminates before the import job completes, the hanging import job on the target database will keep the table offline. To make this table accessible again, [manually resume or cancel the job]({% link {{site.current_cloud_version}}/import-into.md %}#view-and-control-import-jobs). Then resume `molt fetch` using [continuation](#fetch-continuation), or restart the task from the beginning.

- Ensure that the machine running MOLT Fetch is large enough to handle the amount of data being migrated. Fetch performance can sometimes be limited by available resources, but should always be making progress. To identify possible resource constraints, set `--logging debug` and observe the [metrics endpoint](#metrics).
Copy link

@Jeremyyang920 Jeremyyang920 Oct 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To identify possible resource constraints, set --logging debug

When reading this, i'm not quite sure what to interpret from this. Is it to say that with debug logging we should see incremental progress?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants